home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Leonardo daVinci
/
LEODAVINCI.ISO
/
DATA
/
G2.Dxr
/
00140_L2MouseUpMapCell8 sprite script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-22
|
221 b
|
16 lines
global vG2Wall8oObj
on mouseDown
if objectp(vG2Wall8oObj) then
registerMouseDown()
clickSound()
end if
end
on mouseUp
if not validateMouseDown() then
exit
end if
L2MouseUpMapCell(vG2Wall8oObj)
end